home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 February / Macworld (1998-02).dmg / Inside Macworld / Alphamania 2 & Effector Sets / AlphaMania 2 / methods and modes.dir / 00048_Script_48 < prev    next >
Text File  |  1997-12-19  |  330b  |  9 lines

  1. on mouseUp
  2.   global kCandyHeartSprite
  3.   if VerifyEffect(#hsb) then
  4.     if the drawmethod of member the castNum of sprite kCandyHeartSprite = #reveal then removealleffects(sprite kCandyHeartSprite)
  5.     hsb(sprite kCandyHeartSprite, [animMode:#infinite, numFrames:15])
  6.   else
  7.     UpdateOutput("ESINotInstalled")
  8.   end if
  9. end